library(sf)
library(mapview)
library(dplyr)
library(RColorBrewer)Mapping underserved communities
Below, we have provided instructions for replicating our methodology for mapping underserved communities in Tampa Bay. To view instructions for downloading the necessary source data from EJScreen, see Getting demographic data.
Load the required R packages (install first as needed).
Load and view the data.
load(file = 'data/dattb.RData')
mapview(dattb)